From 93a4030c453c3f7339fd387d01d4d44079bca142 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 26 Jul 2015 02:57:39 -0400 Subject: [PATCH] Remove a duplicate string dialog-information was twice in the list of accessible labels for icon names. --- gtk/a11y/gtkimageaccessible.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/a11y/gtkimageaccessible.c b/gtk/a11y/gtkimageaccessible.c index 57b7e09b34..bccb6ce016 100644 --- a/gtk/a11y/gtkimageaccessible.c +++ b/gtk/a11y/gtkimageaccessible.c @@ -84,7 +84,6 @@ static const NameMapEntry name_map[] = { { "help-contents", NC_("Stock label", "_Help") }, { "go-home", NC_("Stock label", "_Home") }, { "format-indent-more", NC_("Stock label", "Increase Indent") }, - { "dialog-information", NC_("Stock label", "_Information") }, { "format-text-italic", NC_("Stock label", "_Italic") }, { "go-jump", NC_("Stock label", "_Jump to") }, { "format-justify-center", NC_("Stock label", "_Center") }, -- 2.30.2